home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13840 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.3 KB  |  31 lines

  1. Newsgroups: comp.lang.c
  2. Path: netcom.com!russells
  3. From: russells@netcom.com (Russell Salsbury)
  4. Subject: Re: Need Professional advice (by a beginner)
  5. Message-ID: <russellsDpMww1.LuM@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. References: <316996F3.3343@netvision.net.il>
  8. Date: Wed, 10 Apr 1996 07:02:24 GMT
  9. Sender: russells@netcom13.netcom.com
  10.  
  11. Bruce Klaydman <bruce@netvision.net.il> writes:
  12.  
  13. >I want to be a professional programmer my question is
  14. >can I do it on my own (without taking any courses) ?
  15. >If so what books should I read, what language(s) should I study
  16. >(should it be C or C++, or both)?
  17.  
  18. The programmers who first wrote UNIX did not take programming classes.
  19. The programmers at MS who wrote DOS/Win did.
  20. Need I say more?    :)
  21.  
  22. If you are an exceptional programmer you can learn programming by reading 
  23. books and other's source.  Otherwise you probably want to take some sort 
  24. of course on the basics first.  I took a course in C and a course in 
  25. basic C++ at the local community college during the summer.  I then got 
  26. GCC and learned about makefiles, seperate source files, C++ virtual 
  27. functions, C++ inheritance, C++ exceptions, etc.  I found choosing a 
  28. problem to solve made learning more fun than just reading the texts.
  29.  
  30. Ryan    russells@netcom.com
  31.